{ "version": 4, "terraform_version": "1.7.9", "serial": 517, "lineage": "bd3096fc-d4a6-1db7-299b-5230c7146a02", "outputs": { "db_endpoint": { "value": "db-3.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-201891e9d58877a58", "ami": "ami-a060ba87", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-117fbfd5"], "subnet_id": "subnet-ccad3a56", "key_name": "prod-deploy-key" } } ] } ] }