{ "version": 4, "terraform_version": "1.5.7", "serial": 266, "lineage": "05fb22fc-60ad-f5d5-20d1-96dbda526da8", "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-7c3802ea7bef0188f", "ami": "ami-edeb7aaf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d1889697"], "subnet_id": "subnet-5690531f", "key_name": "prod-deploy-key" } } ] } ] }