{ "version": 4, "terraform_version": "1.8.0", "serial": 223, "lineage": "09c0ec28-cd82-744a-922d-e48dd04fed71", "outputs": { "db_endpoint": { "value": "db-2.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-ee8866344d39de756", "ami": "ami-edc63932", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5a655e30"], "subnet_id": "subnet-0fca1e5b", "key_name": "prod-deploy-key" } } ] } ] }