{ "version": 4, "terraform_version": "1.8.8", "serial": 575, "lineage": "8b6c67c3-dc40-b70e-1d99-f20e001fa683", "outputs": { "db_endpoint": { "value": "db-3.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-3682bd7a41952e6f5", "ami": "ami-bd55ea72", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-372a0c00"], "subnet_id": "subnet-799141ad", "key_name": "prod-deploy-key" } } ] } ] }