{ "version": 4, "terraform_version": "1.5.7", "serial": 490, "lineage": "bb0e30b6-2730-8567-7b3c-a03362c01a76", "outputs": { "db_endpoint": { "value": "db-2.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-c92695813fa6cb574", "ami": "ami-99610bf4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d0d4911b"], "subnet_id": "subnet-6366d94c", "key_name": "prod-deploy-key" } } ] } ] }