{ "version": 4, "terraform_version": "1.6.8", "serial": 516, "lineage": "fba47d83-2be3-8524-9186-54baf35d1db4", "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-e3fe1e1e6503320eb", "ami": "ami-979ce023", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eb0fe575"], "subnet_id": "subnet-f336d114", "key_name": "prod-deploy-key" } } ] } ] }