{ "version": 4, "terraform_version": "1.6.0", "serial": 455, "lineage": "00d2e76f-ad3b-e9d5-75b3-0f767eed96dd", "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-8749cb0cc567fb234", "ami": "ami-82b6e312", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8be0d419"], "subnet_id": "subnet-41785712", "key_name": "prod-deploy-key" } } ] } ] }