{ "version": 4, "terraform_version": "1.6.8", "serial": 536, "lineage": "a6601b7e-486f-343f-e537-a81f85112602", "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-15628db39512cd351", "ami": "ami-56521a90", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3b68873c"], "subnet_id": "subnet-c07b58f9", "key_name": "prod-deploy-key" } } ] } ] }