{ "version": 4, "terraform_version": "1.7.7", "serial": 534, "lineage": "86fe076a-3e5a-5e33-eeeb-4172bc9ed730", "outputs": { "db_endpoint": { "value": "db-0.eu-west-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-dbcfcc8e0d6f41277", "ami": "ami-08f59218", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dbd9ad56"], "subnet_id": "subnet-87c6a27a", "key_name": "prod-deploy-key" } } ] } ] }