{ "version": 4, "terraform_version": "1.6.1", "serial": 159, "lineage": "e6f53b4b-35f8-3aba-7c63-2b4483fc8473", "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-96ee040ad96ec742d", "ami": "ami-ac073162", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2f916d8d"], "subnet_id": "subnet-9cb66801", "key_name": "prod-deploy-key" } } ] } ] }