{ "version": 4, "terraform_version": "1.5.3", "serial": 377, "lineage": "4e15019c-9874-d8c1-64dd-a8ac9d517e28", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-828770c7b716ef59b", "ami": "ami-44ea8add", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-41a2be51"], "subnet_id": "subnet-3d4178e3", "key_name": "prod-deploy-key" } } ] } ] }