{ "version": 4, "terraform_version": "1.7.1", "serial": 218, "lineage": "173f4e51-3838-cc2d-5be6-341e0abfae9a", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-0bdb6d460aa17ac25", "ami": "ami-2ce6fc77", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a27c8ad1"], "subnet_id": "subnet-497e7fd1", "key_name": "prod-deploy-key" } } ] } ] }