{ "version": 4, "terraform_version": "1.8.0", "serial": 379, "lineage": "e298fa61-586b-6369-30cf-c31d75f8b6f1", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8f0ebd5b3c841503a", "ami": "ami-53dad6bc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d2221389"], "subnet_id": "subnet-1beff6e1", "key_name": "prod-deploy-key" } } ] } ] }