{ "version": 4, "terraform_version": "1.6.4", "serial": 523, "lineage": "781225b2-4965-20a3-5a45-ff0dfba81cba", "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-b25250ef96413df5a", "ami": "ami-17660c18", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5c82997c"], "subnet_id": "subnet-d4e700be", "key_name": "prod-deploy-key" } } ] } ] }