{ "version": 4, "terraform_version": "1.7.3", "serial": 245, "lineage": "23b8f4cf-ec4e-3e79-ec1e-c1a745da1c04", "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-fb78dccb49b0ac81c", "ami": "ami-0b91d700", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c0c5818a"], "subnet_id": "subnet-8cd8525f", "key_name": "prod-deploy-key" } } ] } ] }