{ "version": 4, "terraform_version": "1.5.9", "serial": 195, "lineage": "8dab95d8-9e69-edda-551c-9ae9c4a3ce5d", "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-e9f68544de505d489", "ami": "ami-9c70a2d5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4b54eacd"], "subnet_id": "subnet-1199ef51", "key_name": "prod-deploy-key" } } ] } ] }