{ "version": 4, "terraform_version": "1.6.5", "serial": 321, "lineage": "adacf0f7-742f-4ef5-44b9-b99cd0f94a69", "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-8eff5a79205be3f9c", "ami": "ami-0da94116", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5de0d991"], "subnet_id": "subnet-6b52b580", "key_name": "prod-deploy-key" } } ] } ] }