{ "version": 4, "terraform_version": "1.7.9", "serial": 373, "lineage": "9e4b878d-74fc-fd4a-e3ee-c9bc8757b52f", "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-398a985d8a43d4605", "ami": "ami-e053e7dc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6cce76b8"], "subnet_id": "subnet-45ad17ca", "key_name": "prod-deploy-key" } } ] } ] }