{ "version": 4, "terraform_version": "1.7.7", "serial": 139, "lineage": "312f9c64-e1b1-6be3-63d0-3cfbed6d3b93", "outputs": { "db_endpoint": { "value": "db-0.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-67c548c722e569a48", "ami": "ami-495206f2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4fb552f8"], "subnet_id": "subnet-970270ae", "key_name": "prod-deploy-key" } } ] } ] }