{ "version": 4, "terraform_version": "1.7.6", "serial": 225, "lineage": "236b5707-7372-7748-2452-9d5ac4d1df0d", "outputs": { "db_endpoint": { "value": "db-1.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-6cf9044c720fa8cdb", "ami": "ami-418321ae", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e1d76daa"], "subnet_id": "subnet-dcf72395", "key_name": "prod-deploy-key" } } ] } ] }