{ "version": 4, "terraform_version": "1.7.9", "serial": 468, "lineage": "ff40d1b1-cef9-b092-af71-57559bbd3b8d", "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-a4bf35bfe9acc930d", "ami": "ami-1833201e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0ba2fc37"], "subnet_id": "subnet-0ab062e2", "key_name": "prod-deploy-key" } } ] } ] }