{ "version": 4, "terraform_version": "1.5.7", "serial": 243, "lineage": "f8f2474b-4d14-2a79-24af-01f5a921b022", "outputs": { "db_endpoint": { "value": "db-3.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-566589009a9276cd2", "ami": "ami-5d40c718", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9c3f4deb"], "subnet_id": "subnet-2590dfa0", "key_name": "prod-deploy-key" } } ] } ] }