{ "version": 4, "terraform_version": "1.7.6", "serial": 259, "lineage": "deefd870-e235-4a2c-79f0-db6ab64946fb", "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-ebe5d12352d0799c8", "ami": "ami-89f9601f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f352ea64"], "subnet_id": "subnet-64f891fb", "key_name": "prod-deploy-key" } } ] } ] }