{ "version": 4, "terraform_version": "1.5.7", "serial": 132, "lineage": "9f4f8a72-e48c-1a57-0229-ff87bb0ffd28", "outputs": { "db_endpoint": { "value": "db-4.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-d7f1c0f79d485bfdc", "ami": "ami-be4abd78", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9f1d2cd3"], "subnet_id": "subnet-fd8a5ce3", "key_name": "prod-deploy-key" } } ] } ] }