{ "version": 4, "terraform_version": "1.6.7", "serial": 530, "lineage": "cfea2444-4185-40dd-b7a1-8336296d12b2", "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-d3632c50c0b9306f5", "ami": "ami-d64151fd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-73408320"], "subnet_id": "subnet-6c59e6e6", "key_name": "prod-deploy-key" } } ] } ] }