{ "version": 4, "terraform_version": "1.6.9", "serial": 560, "lineage": "e946c181-7381-e318-8b8a-c0661b65ef0a", "outputs": { "db_endpoint": { "value": "db-2.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-1e689140c5674ddbf", "ami": "ami-39d154e8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-926caa21"], "subnet_id": "subnet-9cf75aaf", "key_name": "prod-deploy-key" } } ] } ] }