{ "version": 4, "terraform_version": "1.6.0", "serial": 133, "lineage": "fdec8185-224c-15e2-296d-5b1652745cca", "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-b88b252c52ad94b2f", "ami": "ami-71ed9e80", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a8b4f148"], "subnet_id": "subnet-1d92fecb", "key_name": "prod-deploy-key" } } ] } ] }