{ "version": 4, "terraform_version": "1.7.5", "serial": 329, "lineage": "f22fb765-5d38-3ed1-de80-8d184b3ce91f", "outputs": { "db_endpoint": { "value": "db-1.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-fcd38bb499ba2a5cd", "ami": "ami-e6c09040", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bfc4dbc4"], "subnet_id": "subnet-c392999c", "key_name": "prod-deploy-key" } } ] } ] }