{ "version": 4, "terraform_version": "1.5.6", "serial": 293, "lineage": "b7f294d7-3eea-46a1-93d3-4eac5c9cca46", "outputs": { "db_endpoint": { "value": "db-3.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-5ba89a7bae1e38c82", "ami": "ami-500f745e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-57b76854"], "subnet_id": "subnet-b06cb72a", "key_name": "prod-deploy-key" } } ] } ] }