{ "version": 4, "terraform_version": "1.8.0", "serial": 386, "lineage": "a4ceb012-685a-b49f-664c-908fb85cf0b5", "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-d3cc280d31c650784", "ami": "ami-da1e80e9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-47c7ea36"], "subnet_id": "subnet-fb19ce64", "key_name": "prod-deploy-key" } } ] } ] }