{ "version": 4, "terraform_version": "1.6.2", "serial": 134, "lineage": "cc531145-d01b-4b78-519a-d10cd32c1f10", "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-a7bf2895255722612", "ami": "ami-eda34910", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d69cf5c7"], "subnet_id": "subnet-af084a49", "key_name": "prod-deploy-key" } } ] } ] }