{ "version": 4, "terraform_version": "1.5.9", "serial": 203, "lineage": "b85b2e0a-c4ed-3ead-b437-d88a994b4db1", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-49ad6aeae89bad941", "ami": "ami-5e3e3464", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a33e4b91"], "subnet_id": "subnet-6bc58964", "key_name": "prod-deploy-key" } } ] } ] }