{ "version": 4, "terraform_version": "1.6.0", "serial": 228, "lineage": "d5d666d0-9d8a-10dd-9d26-06f525175270", "outputs": { "db_endpoint": { "value": "db-4.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-0c6f6e078079d77b5", "ami": "ami-9f9f1e49", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-207aca52"], "subnet_id": "subnet-0f0539dd", "key_name": "prod-deploy-key" } } ] } ] }