{ "version": 4, "terraform_version": "1.5.5", "serial": 392, "lineage": "5fe4d185-d2b4-0631-0804-a4687f60c20b", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-d2b8bb2876cfb4677", "ami": "ami-bbeb6d05", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f0104bf7"], "subnet_id": "subnet-d39a972a", "key_name": "prod-deploy-key" } } ] } ] }