{ "version": 4, "terraform_version": "1.7.4", "serial": 110, "lineage": "c05ea817-4eb3-7f34-e9be-afc5f8e0013d", "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-75f886743ac89041d", "ami": "ami-f989b561", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cec1e0fa"], "subnet_id": "subnet-ccb05f9d", "key_name": "prod-deploy-key" } } ] } ] }