{ "version": 4, "terraform_version": "1.6.7", "serial": 450, "lineage": "32a0a080-f48f-1219-ab17-8e4d22706aee", "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-72be0a0eb34fa4523", "ami": "ami-c4c1f690", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d3fbd535"], "subnet_id": "subnet-3b77b2d5", "key_name": "prod-deploy-key" } } ] } ] }