{ "version": 4, "terraform_version": "1.7.2", "serial": 222, "lineage": "6461c1ec-f2b3-aebe-2f22-0aac4b5ba21b", "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-a44b10776ac36dd41", "ami": "ami-7f19a61d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-04a6d4c3"], "subnet_id": "subnet-99e25ca6", "key_name": "prod-deploy-key" } } ] } ] }