{ "version": 4, "terraform_version": "1.7.8", "serial": 295, "lineage": "e64832d2-d021-fff0-63f8-b87938f274b5", "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-7c2d687734d531d68", "ami": "ami-9fdb4695", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e4f61cae"], "subnet_id": "subnet-19a4ba22", "key_name": "prod-deploy-key" } } ] } ] }