{ "version": 4, "terraform_version": "1.6.8", "serial": 299, "lineage": "de928ded-1ce5-70fc-165e-0cb59121767b", "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-b5e1fa29e3c8e4941", "ami": "ami-290c5175", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-aca6863a"], "subnet_id": "subnet-3cecdd16", "key_name": "prod-deploy-key" } } ] } ] }