{ "version": 4, "terraform_version": "1.5.0", "serial": 444, "lineage": "f3905d5a-5f47-cf00-8656-c4e7548d95a6", "outputs": { "db_endpoint": { "value": "db-3.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-e3a3b5515b6825d33", "ami": "ami-dbdc9d49", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-54288d4d"], "subnet_id": "subnet-28c53a64", "key_name": "prod-deploy-key" } } ] } ] }