{ "version": 4, "terraform_version": "1.5.9", "serial": 556, "lineage": "e388a936-a0b8-7773-593a-fb5997f334a9", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-383ca6f853cbf300b", "ami": "ami-5833a029", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-240fab34"], "subnet_id": "subnet-77afb717", "key_name": "prod-deploy-key" } } ] } ] }