{ "version": 4, "terraform_version": "1.8.2", "serial": 282, "lineage": "c612c348-9aa1-c9ee-e28f-78f8bb1f4025", "outputs": { "db_endpoint": { "value": "db-0.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-4025e4afd6af83c0f", "ami": "ami-deab0665", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-197b93d3"], "subnet_id": "subnet-1b0e22fa", "key_name": "prod-deploy-key" } } ] } ] }