{ "version": 4, "terraform_version": "1.8.5", "serial": 523, "lineage": "e4e3d20a-f548-7551-5dff-7ac2bb9ac0d8", "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-0a693686aa071b3d2", "ami": "ami-5317872c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4d382a50"], "subnet_id": "subnet-6be0d6f8", "key_name": "prod-deploy-key" } } ] } ] }