{ "version": 4, "terraform_version": "1.5.9", "serial": 554, "lineage": "6f73c2f4-5526-fefa-bc0f-1b9e5d5a9440", "outputs": { "db_endpoint": { "value": "db-2.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-993ec2c636f9b46c8", "ami": "ami-1c048292", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a8f032db"], "subnet_id": "subnet-4a6bdf72", "key_name": "prod-deploy-key" } } ] } ] }