{ "version": 4, "terraform_version": "1.7.3", "serial": 147, "lineage": "2cb61556-ce2f-4d7d-6f00-9bc402dd56a6", "outputs": { "db_endpoint": { "value": "db-3.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-63892b7a5ad1b451b", "ami": "ami-e51d8088", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-558e779d"], "subnet_id": "subnet-d8c375f9", "key_name": "prod-deploy-key" } } ] } ] }