{ "version": 4, "terraform_version": "1.6.2", "serial": 215, "lineage": "5443a1d5-0f28-702a-80b4-0b66db12ac0f", "outputs": { "db_endpoint": { "value": "db-0.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-fc5dcd35b8b6f4c2a", "ami": "ami-8359c8ec", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7a541349"], "subnet_id": "subnet-806e6eff", "key_name": "prod-deploy-key" } } ] } ] }