{ "version": 4, "terraform_version": "1.7.0", "serial": 124, "lineage": "59dc3948-4b00-fa3c-2dbe-fb87f217097b", "outputs": { "db_endpoint": { "value": "db-1.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-869531d97b49a7fa9", "ami": "ami-534ffa44", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7e13bc7b"], "subnet_id": "subnet-1ec64e2e", "key_name": "prod-deploy-key" } } ] } ] }