{ "version": 4, "terraform_version": "1.7.3", "serial": 269, "lineage": "d878c9e6-c32e-25c5-c11b-b0b1c2dd144c", "outputs": { "db_endpoint": { "value": "db-0.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-c04caf8a4c0a3e9a4", "ami": "ami-7e9829fc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cf5e553b"], "subnet_id": "subnet-fa8f3450", "key_name": "prod-deploy-key" } } ] } ] }