{ "version": 4, "terraform_version": "1.5.6", "serial": 169, "lineage": "acdf28b8-9463-e6ab-035f-ade95f65426f", "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-341b4f4da602aa20c", "ami": "ami-41ed3c68", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0611869b"], "subnet_id": "subnet-af012cb1", "key_name": "prod-deploy-key" } } ] } ] }