{ "version": 4, "terraform_version": "1.6.7", "serial": 253, "lineage": "a272e677-64e6-60cd-cbf1-e1bc85f52fef", "outputs": { "db_endpoint": { "value": "db-2.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-67915eed7a7ac4809", "ami": "ami-3cc2d703", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2afb8775"], "subnet_id": "subnet-b9ec2c8f", "key_name": "prod-deploy-key" } } ] } ] }