{ "version": 4, "terraform_version": "1.6.8", "serial": 477, "lineage": "94ecb47b-5560-d62f-baed-2ca357e3d833", "outputs": { "db_endpoint": { "value": "db-0.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-d7f870a577e0a6318", "ami": "ami-9083f537", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d4ee2f2f"], "subnet_id": "subnet-b3d02e44", "key_name": "prod-deploy-key" } } ] } ] }