{ "version": 4, "terraform_version": "1.6.6", "serial": 170, "lineage": "220b66ee-b610-d0a0-742e-9b098f82eac9", "outputs": { "db_endpoint": { "value": "db-0.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-875530c8931bd0972", "ami": "ami-f548c37e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9ceed0f6"], "subnet_id": "subnet-6f7dcad5", "key_name": "prod-deploy-key" } } ] } ] }