{ "version": 4, "terraform_version": "1.7.1", "serial": 535, "lineage": "718bf736-7d6b-ceda-f7a2-538ca3e5b851", "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-40ba381acbed5d54e", "ami": "ami-f8b303e0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f825fae2"], "subnet_id": "subnet-bac9ae30", "key_name": "prod-deploy-key" } } ] } ] }