{ "version": 4, "terraform_version": "1.8.3", "serial": 486, "lineage": "83a633d6-a524-d4a7-b0b9-fb51c8971fff", "outputs": { "db_endpoint": { "value": "db-4.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-db9238c246c97a248", "ami": "ami-ba42cb15", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-95a9332a"], "subnet_id": "subnet-b4f3920f", "key_name": "prod-deploy-key" } } ] } ] }