{ "version": 4, "terraform_version": "1.7.6", "serial": 122, "lineage": "da44612b-e83b-cc3c-3ab4-00f5c66894a4", "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-4727c16bd32d0af81", "ami": "ami-479a4fef", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-860068a6"], "subnet_id": "subnet-3f15c6cc", "key_name": "prod-deploy-key" } } ] } ] }