{ "version": 4, "terraform_version": "1.7.7", "serial": 431, "lineage": "fccb7cde-2ccd-87ab-01b2-e50cf9288754", "outputs": { "db_endpoint": { "value": "db-4.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-f0ed6caae60f5a09b", "ami": "ami-33df6dd5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-caa90c73"], "subnet_id": "subnet-b7b4a1ff", "key_name": "prod-deploy-key" } } ] } ] }