{ "version": 4, "terraform_version": "1.6.3", "serial": 313, "lineage": "739e6732-4b66-feb1-19e0-a1694dd8c0c2", "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-a38e7c52c646ef1ed", "ami": "ami-94c8ca81", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-803d50bf"], "subnet_id": "subnet-96378ebc", "key_name": "prod-deploy-key" } } ] } ] }