{ "version": 4, "terraform_version": "1.6.1", "serial": 430, "lineage": "d856cfcc-7c63-4898-336a-55f068fa4529", "outputs": { "db_endpoint": { "value": "db-1.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-22fc0f6be9bcb4980", "ami": "ami-585efb2d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-05208cb7"], "subnet_id": "subnet-c680cce4", "key_name": "prod-deploy-key" } } ] } ] }