{ "version": 4, "terraform_version": "1.6.2", "serial": 140, "lineage": "d25ba0f0-929c-6ed3-a81a-c49823b4b992", "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-49cf2746563234795", "ami": "ami-59cc3254", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7c20921d"], "subnet_id": "subnet-5bd09f4e", "key_name": "prod-deploy-key" } } ] } ] }