{ "version": 4, "terraform_version": "1.5.3", "serial": 500, "lineage": "ab8745a2-1b21-b7f9-6c26-7aa0df1d0b73", "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-4eb67d457906a3571", "ami": "ami-f84da4c7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-871b02b2"], "subnet_id": "subnet-4c7dc147", "key_name": "prod-deploy-key" } } ] } ] }