{ "version": 4, "terraform_version": "1.6.9", "serial": 533, "lineage": "d4671b7f-9507-7939-917f-80e5795a4f78", "outputs": { "db_endpoint": { "value": "db-3.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-1312ef9d895c57362", "ami": "ami-a9b47854", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ef24482c"], "subnet_id": "subnet-a37e2c3c", "key_name": "prod-deploy-key" } } ] } ] }